|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The generic type of individuals.N
- The generic type of phenotypes (JME spatials).public interface IPhenotypeGenerator<T extends IIndividual<T>,N extends com.jme3.scene.Spatial>
Interface for a phenotype generator. This is the decoder function that creates phenotypes from genotypes.
Method Summary | |
---|---|
N |
createPhenotype(T individual)
Creates a phenotype from a genotype. |
void |
setAssetManager(com.jme3.asset.AssetManager assetManager)
Setter for the asset manager. |
Method Detail |
---|
N createPhenotype(T individual)
individual
- Individual that contains the genotype.
void setAssetManager(com.jme3.asset.AssetManager assetManager)
assetManager
- The asset manager.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |